home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / helppcb.arc / HLPFSCRN < prev    next >
Text File  |  1990-07-06  |  4KB  |  85 lines

  1.  
  2. Full Screen Editor - Keyboard Help
  3. ----------------------------------
  4.  
  5. To use PCBoard's full screen editor you need to familiarize yourself with the
  6. functions listed below utilizing the PC's keyboard (or control sequences in
  7. case your system does not support the PC's specialized keyboard):
  8.  
  9.    Cursor Movement             PC Keyboard       Control Keys   ANSI codes
  10.    ---------------------       -----------       ------------   ----------
  11.    Move Left a Character       Left Arrow        Ctrl-S         ESC[D
  12.    Move Right a Character      Right Arrow       Ctrl-D         ESC[C
  13.    Move Left to Previous Word  Ctrl-Left Arrow   Ctrl-A
  14.    Move Right to Next Word     Ctrl-Right Arrow  Ctrl-F
  15.    Move To Next Tab Stop       Tab Key           Ctrl-I
  16.    Move To Start of Line       Home Key          Ctrl-W         ESC[H
  17.    Move To End of Line         End Key           Ctrl-P         ESC[K
  18.    Move Up a Line              Up Arrow          Ctrl-E         ESC[A
  19.    Move Down a Line            Down Arrow        Ctrl-X         ESC[B
  20.    Move Up a Page              PgUp Key          Ctrl-R
  21.    Move Down a Page            PgDn Key          Ctrl-C
  22.  
  23.    Edit Function               PC Keyboard       Control Keys
  24.    ---------------------       -----------       ------------
  25.    Toggle Insert Mode          Ins Key           Ctrl-V
  26.    Reformat Paragraph          Ctrl-B            Ctrl-B
  27.    Join a Line                 Ctrl-J            Ctrl-J
  28.    Insert a Line               Ctrl-N            Ctrl-N
  29.    Delete a Line               Ctrl-Y            Ctrl-Y
  30.    Delete to End of Line       Ctrl-End          Ctrl-K
  31.    Delete Char                 Del Key           Ctrl-G
  32.    Delete Char to the Left     Backspace         Ctrl-H
  33.    Delete Word to the Right    Ctrl-T            Ctrl-T
  34.  
  35.    Special Functions           PC Keyboard       Control Keys
  36.    ---------------------       -----------       ------------
  37.    Exit Full Screen Editor     ESC               Ctrl-U
  38.    Redisplay Screen            Ctrl-L            Ctrl-L
  39.    Quote or List Original      Ctrl-O            Ctrl-O or Ctrl-Q
  40.  
  41.  
  42. Using the above keystrokes
  43. --------------------------
  44. All systems should be able to use the Control Key method of performing the
  45. above functions (press and hold the CTRL key while typing the letter key that
  46. follows it in the above table).
  47.  
  48. The more familiar PC Keyboard keys, such as the arrow keys, will work while on
  49. locally.  They will also work if your communications program is capable of
  50. either sending the actual keystroke (keyboard scan code) or an ANSI escape code
  51. equivalent through to the host system.
  52.  
  53. An example would be calling in from remote using Qmodem to connect to PCBoard
  54. and utilitizing either the 'Doorway Mode' or the 'Keyboard Emulation' in Qmodem
  55. so that keystrokes are passed directly on to PCBoard.
  56.  
  57. The ANSI escape codes are an alternate means of telling PCBoard to move the
  58. cursor around on the screen.  Qmodem's "Keyboard Emulation" feature makes use
  59. of these ANSI codes without the need for Doorway Mode.  Other comm packages
  60. may be able to program the ANSI escape codes into function keys.
  61.  
  62.  
  63. Insert Mode
  64. -----------
  65. While in 'Insert Mode' it should be noted that characters to the right of the
  66. cursor will be pushed one character to the right as each letter is typed.
  67.  
  68. Additionally, pressing the (Enter) key while in Insert Mode will cause a new
  69. line to be inserted.
  70.  
  71.  
  72. NON-PC KEYBOARD USERS PLEASE NOTE!
  73. ----------------------------------
  74. Some modems and packet switch environments will filter out CTRL-S keystrokes
  75. and interpret them to mean "stop sending data".  In these environments
  76. pressing CTRL-S will not move the cursor as expected - in fact it will
  77. appear to do nothing.  You will need to press CTRL-Q to get going again.
  78.  
  79. You can work around this by using CTRL-A which means move left to previous
  80. WORD rather than moving a character to the left.
  81.  
  82. Those of you who can send either an ESC[D or the PC scan code for the Left
  83. Arrow will not encounter this problem and will never have to worry about it.
  84.  
  85.